Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: drop python 3.8, add official 3.13 support #774

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

clintonsteiner
Copy link
Collaborator

@clintonsteiner clintonsteiner commented Nov 22, 2024

@akaihola akaihola added enhancement New feature or request dependencies Pull requests that update a dependency file labels Jan 3, 2025
@akaihola
Copy link
Owner

akaihola commented Jan 3, 2025

@clintonsteiner could we also add a CI build for 3.14-dev in this PR? It would be as simple as not nuking the 3.13-dev parts but bumping them to 3.14-dev instead.

- '3.9'
- '3.10'
- '3.11'
- '3.12'
- '3.13-dev'
- '3.13'
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- '3.13'
- '3.13'
- '3.14-dev'

- os: windows-latest
python-version: '3.13-dev'
- os: macos-latest
python-version: '3.13-dev'
include:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if this will be needed for 3.14-dev...

Suggested change
include:
exclude:
# C extension builds failing.
# Remove exclusions after Python 3.14 release.
- os: windows-latest
python-version: '3.14-dev'
- os: macos-latest
python-version: '3.14-dev'
include:

@@ -5,6 +5,7 @@ These features will be included in the next release:

Added
-----
- Drop python 3.8, add python 3.13 official support
Copy link
Owner

@akaihola akaihola Jan 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- Drop python 3.8, add python 3.13 official support
- Add python 3.13 official support and test on 3.14-dev.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Removed section, add

- Drop support for end-of-life Python 3.8.

@akaihola akaihola marked this pull request as draft January 3, 2025 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

2 participants